home *** CD-ROM | disk | FTP | other *** search
- % Parameter control file for C language source used by shrouder program
-
-
- % These parameters control string processing
- STRING: ","
- CHAR: ','
- SPECIAL CHAR: \
-
- % These parameters control name substitutions
- NAME JOINS: _
- KEEP LENGTH: No,6
- KEEP SEPARATORS: Yes
- CASE SENSITIVE: Yes
- KEEP CASE: Yes
- MAX LENGTH: 31
- DUP CHECK: 5
-
- % Comment delimiters
- LINE COMMENT: //
- COMMENT: /*,*/
- NESTED: No
- OUT COMMENT: /*,*/
-
- % Include file handling
- INCLUDING: #include,<>
- INCLUDING: #include,""
- SKIP INCLUDE: <>
- REPLACE NUMBS: No
- REPLACE STRGS: No
-
- % Random name generation and miscellaneous
- SEED RANDOM: Yes
- COMPRESS LINE: No
- LINE CONTINUE: \,End
- FUNCTIONS OFF: main(void),
- BLOCK TOKENS: {,}
-